SixBit API Schema
OrdinalIDType Simple Type
Description
The ordinal ID for an object. It indicates the order the object is displayed in the interface. If not provided, it defaults to the next available.
Namespace (none)
Type
Restriction of xs:integer
Diagram
OrdinalIDType Simple Type
Overview
OrdinalIDType Restriction of xs:integer
The ordinal ID for an object. It indicates the order the object is displayed in the interface. If not provided, it defaults to the next available.
Facets
MinInclusive0
MaxInclusive2147483647
Source
<xs:simpleType name="OrdinalIDType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>The ordinal ID for an object.  It indicates the order the object is displayed in the interface.  If not provided, it defaults to the next available.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:integer">
    <xs:minInclusive value="0" />
    <xs:maxInclusive value="2147483647" />
  </xs:restriction>
</xs:simpleType>
See Also
SixBit API Schema

 

 


© 2022 All Rights Reserved.

Send comments on this topic.